MessageFormatException(String) Constructor

Initializes a new instance of the MessageFormatException class with the specified error message.

Definition

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public MessageFormatException(
	string message
)

Parameters

message  String
Error description.

See Also